_nifectl secrets list_

List the secrets

About#

List the secrets available to the application. It shows each secret's name, a digest of the its value and the time the secret was last set. The actual value of the secret is only available to the application.

Usage#

nifectl secrets list [flags]

Options#

Flags:
-a, --app string App name to operate on
-c, --config string Path to an app config file or directory containing one (default "./nife.toml")
-h, --help help for secrets

Global Options#

--all
-h, --help help for list

See Also#

  • nifectl - Manage application secrets